set-maintainer-name
authorDebian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Thu, 25 Jul 2019 15:32:00 +0000 (16:32 +0100)
committerRyan Tandy <ryan@nardis.ca>
Thu, 25 Jul 2019 15:32:00 +0000 (16:32 +0100)
Gbp-Pq: Name set-maintainer-name

build/mkversion

index 6b6a2e4f114a7db0bd49da5838326c6e5d16fe7e..73453e82b5f39176147e5c15f176a0bd28337ee3 100755 (executable)
@@ -50,12 +50,7 @@ if test $# != 1 ; then
 fi
 
 APPLICATION=$1
-# Reproducible builds set SOURCE_DATE_EPOCH, want constant strings
-if [ -n "${SOURCE_DATE_EPOCH}" ]; then
-   WHOWHERE="openldap"
-else
-   WHOWHERE="$USER@$(uname -n):$(pwd)"
-fi
+WHOWHERE="Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>"
 
 cat << __EOF__
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.